Similar to existing isExpectedStartArrayToken(), let's add one for checking if current token is (or could become) JsonToken.VALUE_NUMBER_INT.
The main initial use case is for XML backend but could become handy with other textual formats like CSV and Properties as well, possibly improving performance.