Currently there is a global INTEGER_IDXS which you can patch to give information which catalog index is an IntegerIndex. This could be automatically detected. It cannot because there is no IntegerIndex. We can add a registry field (like plone.app.querystring does) to define the "integer index names" there. This is easier to configure than patching a global.