Hello,
The reason for my previous confusion was that an earlier document (referenced through Google) referred to ISD1700A device, and this had push button operation only.
I notice that the SPI protocol used by the device is non-standard in one respect - LSB is sent first, rather than MSB. You will therefore require that the SPI1C1_LSBFE bit be set, if you have not already done so. It also appears that the settings CPHA = 1, CPOL = 1 are required for this device.
Do you have connected the INT/BUSY output pin to an interrupt input pin on the MCU? If so, the CLR_INT command would probably need to occur within the ISR, to prevent repeated interrupts.
Regards,
Mac