Whole number fields sends data > 999 with a comma

I’ve created a custom field where the type is whole number. I’m sending that field with http post but when the number > 999 a comma is being added: 1,000.

The number isn’t being stored with the extra formatting.

How do I keep this formatting from being added when the data is being posted?