Is there currently a GeoTIFF tag that can be used to tell whether data is discrete (e.g., categorical classification) or continuous (e.g., numerical quantity that can be interpolated)?
Typically discrete data will be stored using a 8-bit or 16-bit integer values with SAMPLEFORMAT_INT or SAMPLEFORMAT_UINT.
However, continuous data can also be stored in 16-bit integers where a multiplier has been applied (e.g., sentinel-2 EO bands).
If there is not currently such a tag or other mechanism to tell, this is a feature request for a future version of GeoTIFF.
This distinction is fundamental for the range of the OGC Coverages conceptual model.