Not on the numeric text field, no - but you could use a formatted text field with a numeric regex pattern, set to not allow invalid text:
Then you’ll probably want a custom property on the text field that turns the text property into an integer or long.