Hello,
All models supported by FS assume a continuous response variable. In short, the answer is "not directly".
The way I'd go is to create a report that "discretizes" the forecasts. If you do not need the hierarchy to be reconciled it would be fairly simple to code, just round the forecasts to the nearest integral with data step.
Hierarchy reconciliation would be a bit more complex with integer numbers.
Best
Michele