Yep. You could set the minimum even lower if you wanted to be able to diagnose bad battery cells or something; 5V maybe? That would be 1V after the divider, or 200 or less when read in code.
Code:
if(analogRead(pin#) < 200) {doButtonAction;}
else {batteryVoltage = analogRead(pin#) / 40.92;}