Using an interrupt and LoRaWAN

Why not just disable the interrupt you're using?
Depending on what interrupt you're triggering on that pin, it could be either in one of the PCMSK registers (for PCINT), EIMSK (for INTn), TIMSK1 (if using input capture), and so on - that's assuming it's a 328p-based board, other microcontrollers will give different names for them.