Since 2.1.0:
This function will return true if the cellular modem is powered off. Otherwise it will return false.
true
false
// SYNTAX Cellular.isOff(); // EXAMPLE Cellular.off(); waitFor(Cellular.isOff, 60000);