Hi,
Sure, that'll work. The interrupt request bit will get set even if the interrupt is masked (so it won't actually trip an interrupt) so you can poll the flag. Don't forget to reset it or you will most likely lock up.

/Henrik.