Currently the only way to do this is to call unregisterReceiver(receiver) and catch the IllegalArgumentException that's thrown if it's not registered. Swallow the exception when you get it, you don't need to do anything with it.
I've raised a feature request to Google to get this API added. Please support it here:
https://code.google.com/p/android/issues/detail?id=73718